Interface Tests

This example describes how to check which role a signal is playing, if the boundaries are met, of which data type it is, what the data type name is. Open the file Help|Examples|06 Test Methods|03 Interface Test.

The checks are specified in a Script assesslet.

Interface test specified in a Script assesslet

The results are displayed in the Build Progress dialog.

Interface test results in the Build Progress dialog

We use the function TPT.assert instead of TPT.check in the Script assesslet because this function automatically creates an entry in the test report.

Interface test results in the test report

Related topics